Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote the default pkgconfigdir #446

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

turboencabulator
Copy link
Contributor

The second argument to AC_SUBST is placed on the right-hand-side of a shell variable assignment. Without the single quotes, ${libdir} is expanded when that variable assignment is executed, which is earlier than we want.

Discovered while testing #183, when pkg.m4 is missing or too old.

The second argument to AC_SUBST is placed on the right-hand-side of a
shell variable assignment.  Without the single quotes, ${libdir} is
expanded when that variable assignment is executed, which is earlier
than we want.
@sylvestre sylvestre merged commit ba440d1 into opencollab:master Jan 21, 2024
11 checks passed
@turboencabulator turboencabulator deleted the quoting branch January 28, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants